home *** CD-ROM | disk | FTP | other *** search
- object fSelDir: TfSelDir
- Left = 192
- Top = 114
- Width = 457
- Height = 326
- Caption = 'Select destination directory ...'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object RzDirectoryTree1: TRzDirectoryTree
- Left = 0
- Top = 0
- Width = 449
- Height = 264
- Align = alClient
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -9
- Font.Name = 'Verdana'
- Font.Style = []
- HideSelection = False
- Indent = 19
- ParentFont = False
- SelectionPen.Color = clBtnShadow
- TabOrder = 0
- end
- object Panel2: TPanel
- Left = 0
- Top = 264
- Width = 449
- Height = 28
- Align = alBottom
- BevelOuter = bvLowered
- TabOrder = 1
- object Button1: TButton
- Left = 8
- Top = 3
- Width = 105
- Height = 22
- Anchors = [akLeft, akBottom]
- Caption = 'Ok'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -9
- Font.Name = 'Verdana'
- Font.Style = [fsBold]
- ModalResult = 1
- ParentFont = False
- TabOrder = 0
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 342
- Top = 3
- Width = 105
- Height = 22
- Anchors = [akRight, akBottom]
- Caption = 'Cancel'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -9
- Font.Name = 'Verdana'
- Font.Style = [fsBold]
- ModalResult = 2
- ParentFont = False
- TabOrder = 1
- OnClick = Button2Click
- end
- end
- end
-